Download the model from ECPC using CVS and choose MACHINE=intel in configure-libs.
One thing to note: If rfcst.x crashes with segmentation fault, suspect this problem:
rand() function results in a segmentation fault. You need to insert line "USE IFPORT" at the beginning of fcst/setras.F . This problem might apply to other machines G-RSM has not been run on before. The problem has been reported with some versions of Intel compilers. If the model fails with a segmentation fault error, suspect this problem.
Lei Zhou reported that changing rand() to rand(,) also work.
Intel Compilers
Free Intel compilers (non-commercial use) work with G-RSM on Linux machines
http://www.intel.com/cd/software/products/asmo-na/eng/download/download/219771.htm
Download the model from ECPC using CVS and choose MACHINE=intel in configure-libs.
One thing to note: If rfcst.x crashes with segmentation fault, suspect this problem:
rand() function results in a segmentation fault. You need to insert line "USE IFPORT" at the beginning of fcst/setras.F . This problem might apply to other machines G-RSM has not been run on before. The problem has been reported with some versions of Intel compilers. If the model fails with a segmentation fault error, suspect this problem.
Lei Zhou reported that changing rand() to rand(,) also work.